net/http.http2responseWriterState.bw (field)
9 uses
	net/http (current package)
		h2_bundle.go#L3902: 		rws.bw = bufio.NewWriterSize(http2chunkWriter{rws}, http2handlerChunkWriteSize)
		h2_bundle.go#L6159: 	bwSave := rws.bw
		h2_bundle.go#L6162: 	rws.bw = bwSave
		h2_bundle.go#L6163: 	rws.bw.Reset(http2chunkWriter{rws})
		h2_bundle.go#L6423: 	bw *bufio.Writer // writing to a chunkWriter{this *responseWriterState}
		h2_bundle.go#L6703: 	if rws.bw.Buffered() > 0 {
		h2_bundle.go#L6704: 		err = rws.bw.Flush()
		h2_bundle.go#L6860: 		return rws.bw.Write(dataB)
		h2_bundle.go#L6862: 		return rws.bw.WriteString(dataS)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |